home *** CD-ROM | disk | FTP | other *** search
/ CNE Short Course / CNE Shrt Course (New Riders Publishing)(1995).iso / mhouse / mh.ini < prev    next >
INI File  |  1995-03-20  |  6KB  |  130 lines

  1. [MH Library]
  2. ;
  3. ; Notes:
  4. ;   The settings in this file are valid only for versions 4.x of the
  5. ;   library.
  6. ;
  7. ;   A description of each of the MH.INI settings is described before
  8. ;   each entry.  Please read before changing any of the settings.
  9. ;
  10. ;   Important, no spaces around '='!
  11.  
  12. ;**********************************************************************
  13. ;*** The location of the MH.EXE program:                            ***
  14. ;**********************************************************************
  15. ExecutablePath=
  16.  
  17. ;**********************************************************************
  18. ;*** Search path for the indexes (normally point to your CD):       ***
  19. ;*** The manufacturer index (SerachIndexPathMAN) should point to    ***
  20. ;*** your hard drive library directory (where MH.EXE and YYY.* are).***
  21. ;**********************************************************************
  22. SearchIndexPathCC=
  23. SearchIndexPathHD=
  24. SearchIndexPathKEY=
  25. SearchIndexPathMAN=
  26. SearchIndexPathMB=
  27. SearchIndexPathNIC=
  28. SearchIndexPathIO=
  29.  
  30. ;**********************************************************************
  31. ;*** Document paths (normally point to your CD):                    ***
  32. ;**********************************************************************
  33. DocPathCC=
  34. DocPathHD=
  35. DocPathMB=
  36. DocPathNIC=
  37. DocPathIO=
  38.  
  39. ;**********************************************************************
  40. ;*** Drivers location (normally point to your CD):                  ***
  41. ;**********************************************************************
  42. DriversPath=
  43. DriversIndex=
  44.  
  45. ;**********************************************************************
  46. ;*** Time (in microseconds) that the mouse hovers over a            ***
  47. ;*** button before help is given for that control.  A value         ***
  48. ;*** of 0 (zero) will disable this help feauture.  3000 is default: ***
  49. ;**********************************************************************
  50. ButtonHelpTime=3000
  51.  
  52. ;**********************************************************************
  53. ;*** 1=On machines with VGA and at least 4 MB RAM, this will        ***
  54. ;***     enable all of the programs color bitmaps and buttons.      ***
  55. ;***     If at all possible, try this setting first.  1 is default. ***
  56. ;*** 0=On machines with either EGA or low memory situations         ***
  57. ;***     while running Windows this setting is recommended.         ***
  58. ;***     The user interface is sacrificed for compatibility         ***
  59. ;***     with smaller configurations.                               ***
  60. ;**********************************************************************
  61. Bitmaps=1
  62.  
  63. ;**********************************************************************
  64. ;*** The zoom ratio divided by 20.  From 5 to 200.  5=1/4x zoom,    ***
  65. ;*** 20=1x zoom, 200 = 10x normal size.  The toolbar sets these.    ***
  66. ;**********************************************************************
  67. TextZoom=22
  68. PicZoom=20
  69.  
  70. ;**********************************************************************
  71. ;*** 1=turns on database optimization.  Requires more system memory.***
  72. ;*** 0=turns off optimization.  Requires less system memory.        ***
  73. ;**********************************************************************
  74. Optimize=0
  75.  
  76. ;**********************************************************************
  77. ;*** Hardware key search timeout.  Each tick is 1/18th of a second. ***
  78. ;**********************************************************************
  79. TimeOutTicks=10000
  80.  
  81. ;**********************************************************************
  82. ;*** Special applications only.  Do not change.                     ***
  83. ;**********************************************************************
  84. EverLockDrive=
  85.  
  86. ;**********************************************************************
  87. ;*** IDE Inqueries are disabled by fefault on network installations ***
  88. ;*** and on the demonstration version of the Technical Library.     ***
  89. ;*** To enable this feature on any version, use the following:      ***
  90. ;***    DisableIDEIdentify=FALSE                                    ***                    
  91. ;**********************************************************************
  92. DisableIDEIdentify=TRUE
  93.  
  94. ;**********************************************************************
  95. ;*** Font settings.                                                 ***
  96. ;***                                                                ***
  97. ;*** UseWindowsFonts=TRUE uses Arial and Times for document display ***
  98. ;***   and printing.  Text may not format properly.                 ***
  99. ;***                                                                ***
  100. ;*** HitListButtons=Buttons at the top of the hit list.             ***
  101. ;*** HitListText=The text in the hit list.                          ***
  102. ;*** HitListPreview=The text used to display the hitlist print      ***
  103. ;***   and to print the hitlist                                     ***
  104. ;*** DiagramButtons='See Diagram #' buttons in documents.           ***
  105. ;***                                                                ***
  106. ;****The following font settings are for the info Clip and Print.******
  107. ;***                                                                ***
  108. ;*** PrintClipSection=The section headers.                          ***
  109. ;*** PrintClipTitle=The title font.                                 ***
  110. ;*** PrintClipItems=The font for the item desciptions in the list.  ***
  111. ;*** PrintClipValues=The font for the values in the list.           ***
  112. ;*** HelpBalloons=Pop-up baloon help font.                          ***
  113. ;**********************************************************************
  114. [Fonts]
  115. UseWindowsFonts=FALSE
  116. HitListButtons=MHFrank,13
  117. HitListText=MHFrank,12
  118. HitListPreview=MHFrank,8
  119. DiagramButtons=MS Sans Serif,12
  120. ;-------------------------------------
  121. PrintClipSection=MHFrankHeavy,12
  122. PrintClipTitle=MHFrankHeavy,14
  123. PrintClipItems=MHFrank,12
  124. PrintClipValues=MHFrank,12
  125. HelpBalloons=MS Sans Serif,12
  126.  
  127. ;
  128. ; END OF FILE: MH.INI
  129. ;
  130.